projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad6ea98
)
Remove the find-file-visit-truename safe-local-variable
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 14 Oct 2019 21:36:51 +0000
(23:36 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 14 Oct 2019 21:36:51 +0000
(23:36 +0200)
* lisp/files.el (find-file-visit-truename): Remove the
safe-local-variable put, because the variable is checked too late
to actually make a difference (bug#36830).
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 9f22210e2a0e9e5aeb1deeac46e3ba876055a6dd..1078b0c4c92f890eb6773eac9b348b5b5dcefc3a 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-180,7
+180,6
@@
chasing all links both at the file level and at the levels of the
containing directories."
:type 'boolean
:group 'find-file)
-(put 'find-file-visit-truename 'safe-local-variable 'booleanp)
(defcustom revert-without-query nil
"Specify which files should be reverted without query.